Skip to content

Conversation

@domesticmouse
Copy link
Contributor

Pre-launch Checklist

  • I read the Effective Dart: Style recently, and have followed its advice.
  • I signed the CLA.
  • I updated/added relevant documentation (doc comments with ///).
  • All existing and new tests are passing.

If you need help, consider asking for advice on the #hackers-devrel channel on Discord.

@domesticmouse domesticmouse changed the title Ignore-experimental-member-use-errors Ignore experimental member use errors Nov 14, 2025
Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request re-enables the forge2d_game and tooling codelabs in the CI by adding a rule to ignore experimental_member_use errors in their respective analysis_options.yaml files. While this is a pragmatic solution to get the CI passing, ignoring analyzer errors can hide potential issues and create technical debt. My review includes a suggestion to add a comment to the configuration files to document why this error is being ignored. This practice aligns with the goal of writing maintainable code, as promoted by the repository's style guide, and will help future maintainers understand the context of this decision. This suggestion applies to all analysis_options.yaml files modified in this PR.

@domesticmouse domesticmouse merged commit 4207ed1 into flutter:main Nov 16, 2025
10 checks passed
@domesticmouse domesticmouse deleted the ignore-experimental-member-use-errors branch November 16, 2025 19:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants